SftTree/OCX 7.0

SftTreeItems.AutoExpandHoverInterval Property

Softel vdm, Inc.

Defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item.

Syntax       

Get

VB.NET

milliSeconds = object.AutoExpandHoverInterval  As Integer

VB

milliSeconds = object.AutoExpandHoverInterval  As Long

C#.NET

int milliSeconds = object.AutoExpandHoverInterval;

VC++

long milliSeconds = object->AutoExpandHoverInterval;
long milliSeconds = object->GetAutoExpandHoverInterval();

C

HRESULT object->get_AutoExpandHoverInterval(long* milliSeconds);

Delphi

milliSeconds := object.AutoExpandHoverInterval   : Integer;

Put

VB.NET

object.AutoExpandHoverInterval = milliSeconds  As Integer

VB

object.AutoExpandHoverInterval = milliSeconds  As Long

C#.NET

int object.AutoExpandHoverInterval = milliSeconds;

VC++

long object->AutoExpandHoverInterval = milliSeconds;
void object->PutAutoExpandHoverInterval(long milliSeconds);

C

HRESULT object->put_AutoExpandHoverInterval(long milliSeconds);

Delphi

object.AutoExpandHoverInterval := milliSeconds   : Integer;

object

A SftTreeItems object.

milliSeconds

Defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item. If 0 is specified, the default of 1200 milliseconds is used instead.

Comments

The AutoExpandHoverInterval property defines the delay (in milliseconds) after which items are automatically expanded when the mouse cursor hovers over an item.

The AutoExpandHover property defines whether items are automatically expanded when the mouse cursor hovers over an item.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com